home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / M / MacShell 0.53b.sit / MacShell 0.53b / MacShell 0.53b.rsrc / help_17979_more < prev    next >
Encoding:
Text File  |  1995-03-07  |  689 b   |  17 lines

  1. more - view a file or the output of a command.
  2.  
  3. SYNTAX
  4.      more [file...]
  5.  
  6. DESCRIPTION
  7.  
  8. More provides a means to view the data fork of a file  or the output of another MacShell command.  If more is not followed by a file name, it will attempt to read from its standard input.
  9.  
  10. When displaying the input requires using more than one screen full of text, more will display an informative prompt at the end of each screen, giving two options as follows:
  11.  
  12.     -type the space bar to continue 
  13.     -type 'q' to quit and return to the MacShell prompt.
  14.  
  15. More will only place its output in the Interactive Window. It will not use a pipe or redirect its output to a file using the ">" operator.
  16.